home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / heb3270.sit / Heb3270 f / Heb3270 documentation next >
Text File  |  1993-12-08  |  5KB  |  98 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. ⌐ 1990,1991,1992,1993 by Jaime Prilusky, Weizmann Institute of Science
  8.  
  9. ÑÑ What Heb3270 does ?
  10. Heb3270 allows a Macintosh computer with a TCP/IP network connection to emulate an IBM 3270 terminal with hebrew language capability. Heb3270 provides:
  11. - Bilingual Hebrew/Latin computer interaction
  12. - Graphic support for 3179 compatible graphics
  13. - File transfer acting as a FTP server
  14. - VT220/320 terminal text emulation
  15.  
  16. ÑÑ How to operate Heb3270 ?
  17. When your connection to the IBM host is established, Heb3270 allows you to operate in bilingual mode. The screen automatically displays both Hebrew and Latin characters as they are received from the IBM host.
  18.  
  19. Note: Due to the different keyboard layout between Macintosh and IBM, the following mapping applies:
  20.  
  21. command-e                  ErEOF, erases to end-of-field
  22. command-i                  toggles Insert mode
  23. command-1 ... =             PF1 ... PF12
  24. command-,                  PA1
  25. command-.                  PA2
  26. command-/                 SYS REQ
  27. command-c                 CLEAR
  28. command-\                 PA3
  29. shift-backspace           deletes character
  30. command-backspace    deletes letter to right of cursor in hebrew mode
  31.  
  32. option-w                   toggles the wrap-word function 
  33.                                         (operates both in Hebrew and Latin mode)
  34. option-r                    toggles the ReversePush 
  35.                                         (operates both in Hebrew and Latin mode)
  36. option-left                arrow    switches to hebrew mode
  37.                                         (inverted screen and hebrew keyboard)
  38. option-right              arrow    switches to latin mode
  39.                                        (normal screen and latin keyboard)
  40.  
  41. ÑÑ Compatibility with tn3270:
  42. To upgrade from tn3270 to Heb3270, just replace the tn3270 with Heb3270 by dropping it in the same folder. In order to ease the upgrading from tn3270 to Heb3270, most of the characteristics of tn3270 are supported (keyboard mapping, graphic support, APL mode). Heb3270 is able to use the same configuration file and access modules as tn3270.
  43.  
  44. ÑÑ Tested IBM software: 
  45. The following VM/CMS applications are known to work with Heb3270 in both Hebrew and Latin mode, problem free:
  46. - Hprofs
  47. - Mail
  48. - Xedit
  49. - Services (Weizmann Institute "in house" software)
  50.  
  51. ÑÑ Hardware and software required:
  52. To run Heb3270 you will need a Macintosh 512K, 512Ke, Plus, SE, or II connected directly to Ethernet, or to LocalTalk which bridges to Ethernet. Heb3270 does not require any particular version of Macintosh system software. 
  53.  
  54. ÑÑ Credits:
  55. Ñ Heb3270 was written by Jaime Prilusky, at the Bioinformatics Unit, Biological services of the Weizmann Institute of Science, Rehovot, Israel. It is the result of a large modification of the tn3270 communications software.
  56. Ñ tn3270 for the Macintosh was written by Peter DiCamillo, and developed by Computing and Information Services at Brown University.  It includes the NCSA TCP/IP Kernel for the Macintosh, written by Tim Krauskopf and Gaige B. Paulsen, Copyright  1987-1988 by the Board of Trustees of the University of Illinois.  Also included is code written by Greg Minshall to support the tn3270 Telnet protocol, Copyright  1984-1988 by the Regents of the University of California and by Gregory Glenn Minshall. 
  57.  
  58. /*
  59.  *  tn3270 for the Macintosh Source Code
  60.  *  Brown University Computing and Information Services
  61.  *  Version 2.4d7  April, 1992
  62.  *  Copyright (c) 1988, 1989, 1990, 1991, 1992 by Brown University and by
  63.  *  Peter John DiCamillo.
  64.  *
  65.  *  Permission is granted to any individual or institution to use, copy,
  66.  *  or redistribute the binary version of this software and its
  67.  *  documentation provided this notice and the copyright notices are
  68.  *  retained.  Permission is granted to any individual or non-profit
  69.  *  institution to use, copy, modify, or redistribute the source files
  70.  *  of this software provided this notice and the copyright notices are
  71.  *  retained.  This software may not be distributed for profit, either
  72.  *  in original form or in derivative works, nor can the source be
  73.  *  distributed to other than an individual or a non-profit institution.
  74.  *  Any  individual or group interested in seeing and/or using these
  75.  *  source files but who are prevented from doing so by the above
  76.  *  constraints should contact Don Wolfe, Assistant Vice-President for
  77.  *  Computer Systems at Brown University, (401) 863-7250, for possible
  78.  *  software licensing of the source developed at Brown.
  79.  *
  80.  *  Brown University and Peter John DiCamillo make no representations
  81.  *  about the suitability of this software for any purpose.
  82.  *
  83.  *  BROWN UNIVERSITY AND PETER JOHN DICAMILLO GIVE NO WARRANTY, EITHER
  84.  *  EXPRESS OR IMPLIED, FOR THE PROGRAM AND/OR DOCUMENTATION PROVIDED,
  85.  *  INCLUDING, WITHOUT LIMITATION, WARRANTY OF MERCHANTABILITY AND
  86.  *  WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE.
  87.  *
  88.  */
  89.  
  90. ⌐ by Jaime Prilusky,
  91. Bioinformatics Unit,
  92. Biological Services,
  93. Weizmann Institute of Science, 
  94. Rehovot, Israel
  95. email: LSPRILUS@WEIZMANN.WEIZMANN.AC.IL
  96.  
  97.